home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Utilities / Password Crackerz / Gammaprog.exe / gammaprog1.11 / README.txt < prev    next >
Encoding:
Text File  |  1998-08-02  |  3.7 KB  |  92 lines

  1.  
  2. Gammaprog is a bruteforce password cracker for web based e-mail
  3. address. (Currently only hotmail.com and usa.net address are
  4. supported.) The program is written in Java, so it should in theory run on 
  5. any computer equiped with a Java virtual machine. It's not an
  6. applet however, it won't run from a web browser. If you don't have a
  7. Java virtual machine, you can get one at
  8. http://www.javasoft.com/products/index.html . 
  9. Get JDK or JRE. JRE is much smaller and if you have no java coding 
  10. experience it is all you`ll probably need. 
  11.  
  12. New with version 1.11
  13.  
  14. - Add a vpop mode (verbose pop). It displays the passwords tried while
  15. using hotmail pop3. Usefull to test speed and debuging.
  16.  
  17. - I fixed the EOF bug.
  18.  
  19. New with version 1.1
  20.  
  21. - You can now crack password using hotmail pop3 rather than through the 
  22. cgi. It is MUCH faster. The password tried are no longer displayed on the
  23.  screen cause they pass to quickly to be of any use. (I tried 1000 
  24. passwords in 23 sec this morning using 50 sockets on a 33,6 modem.
  25. Maybe it`s possible to do even better, I didn`t experiment a lot. )
  26.  
  27. - The cgi cracking mode using some form of non blocking socket. With 
  28. version 1.0 sockets were often stock in established mode for no 
  29. apparent reason. Now if a socket doesn't terminated in 30 sec. it 
  30. will be closed and started over. 
  31.  
  32. - There`s no longer an error count at the end when the password isn't 
  33. found. I tried to recover the error during the program execution. 
  34. The old error count was totally inacurate anyway. 
  35.  
  36.  
  37. Installation and usage
  38.  
  39. Assuming you have JDK and gammaprog source code, compile it with
  40.     javac gammaprog.java
  41.  
  42. And run it with
  43.     java gammaprog <address> <word list> <mode> [number of socket]
  44.  
  45. You can also use the precompiled classes and skip the compiling phase. 
  46. The classes were compiled with JDK1.1.5-v7 under Linux on a i586. 
  47. They should run on other system thought, in theory. 
  48.  
  49. If you use JRE, try
  50.     jre gammaprog <address> <word list> <mode> [number of socket]
  51. or
  52.     jre -cp . gammaprog <address> <word list> <mode> [number of socket]
  53.  
  54. I don't use JRE, so refer to JRE readme for more details.
  55.  
  56. - address is of course the e-mail address you want to crack.
  57. - word list is the dictionary you want to use. A short one comes with
  58. gammaprog (common-passwords.lst).
  59. - mode is pop or cgi( or vpop. See below). Pop is a lot faster but you can
  60. only use it for hotmail address.
  61. - number of socket is optional. It is use to set the number of socket
  62. you want to run in parallel. Each socket is a connection to the web
  63. server by the way. The default value is 4. Adjust this value to fit the 
  64. speed of your modem. In pop mode, you can run much more socket because 
  65. each use a really small amount of bandwidth. I don't know the best value 
  66. actually, so experiment. ( In cgi mode gammaprog displays a list of 
  67. all password it tries, so you can judge its speed and adjust in consequence. 
  68. In pop mode the password were displayed too quickly to allow you to judge 
  69. anything, so to were removed. Displaying them to the monitor could even 
  70. slow the program if you have a fast connection. If for some reason you
  71. still want them to appear, use the vpop mode.) 
  72.  
  73. The junk listed after each password tried when running the program in cgi 
  74. mode is what gammaprog read from the address site. It use it to determine 
  75. whether the password was good or not. Simple changes in this could fool 
  76. the program and it would no longer works. Since this is likely to 
  77. eventually happen, it might not be a bad idea to check on an account you 
  78. know the password if gammaprog still works. 
  79.  
  80. If you have technical suggestions or feedback feel free to e-mail me. 
  81. Almost everything else will probably be deleted. 
  82.  
  83. An Eyewitness
  84. 98/08/02
  85. aneyewitness@geocities.com
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.